home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webftp / webftp30.exe / {app} / WebFtp3.exe / 0 / RCDATA / TFORMPING / TFORMPING.txt
Encoding:
Text File  |  2001-07-11  |  4.7 KB  |  246 lines

  1. object FormPing: TFormPing
  2.   Left = 425
  3.   Top = 190
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Ping Utility'
  7.   ClientHeight = 399
  8.   ClientWidth = 537
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 143
  22.     Top = 306
  23.     Width = 73
  24.     Height = 17
  25.     AutoSize = False
  26.     Caption = 'Host Address:'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 143
  30.     Top = 338
  31.     Width = 65
  32.     Height = 17
  33.     AutoSize = False
  34.     Caption = 'Packet Size:'
  35.   end
  36.   object Label4: TLabel
  37.     Left = 287
  38.     Top = 338
  39.     Width = 49
  40.     Height = 17
  41.     AutoSize = False
  42.     Caption = 'Timeout:'
  43.   end
  44.   object Label5: TLabel
  45.     Left = 383
  46.     Top = 338
  47.     Width = 17
  48.     Height = 17
  49.     AutoSize = False
  50.     Caption = 'ms'
  51.   end
  52.   object Label6: TLabel
  53.     Left = 431
  54.     Top = 338
  55.     Width = 53
  56.     Height = 17
  57.     AutoSize = False
  58.     Caption = 'Max Hops:'
  59.   end
  60.   object Label2: TLabel
  61.     Left = 8
  62.     Top = 8
  63.     Width = 521
  64.     Height = 17
  65.     AutoSize = False
  66.     Caption = 
  67.       'These functions use blocking calls. Cancel will abort, but only ' +
  68.       'after the current operation.'
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clWindowText
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsBold]
  74.     ParentFont = False
  75.   end
  76.   object Memo1: TMemo
  77.     Left = 8
  78.     Top = 24
  79.     Width = 521
  80.     Height = 249
  81.     HelpContext = 48
  82.     TabStop = False
  83.     Color = clBlack
  84.     Font.Charset = ANSI_CHARSET
  85.     Font.Color = clWhite
  86.     Font.Height = -11
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = []
  89.     ParentFont = False
  90.     ReadOnly = True
  91.     ScrollBars = ssVertical
  92.     TabOrder = 7
  93.   end
  94.   object EditAdd: TEdit
  95.     Left = 215
  96.     Top = 304
  97.     Width = 313
  98.     Height = 21
  99.     HelpContext = 49
  100.     TabOrder = 0
  101.   end
  102.   object ButPing: TButton
  103.     Left = 111
  104.     Top = 368
  105.     Width = 75
  106.     Height = 25
  107.     Caption = '&Ping'
  108.     Default = True
  109.     TabOrder = 4
  110.     OnClick = ButPingClick
  111.   end
  112.   object ButExit: TButton
  113.     Left = 271
  114.     Top = 368
  115.     Width = 75
  116.     Height = 25
  117.     Caption = '&Exit'
  118.     TabOrder = 5
  119.     OnClick = ButExitClick
  120.   end
  121.   object EditSize: TEdit
  122.     Left = 215
  123.     Top = 336
  124.     Width = 41
  125.     Height = 21
  126.     HelpContext = 50
  127.     TabOrder = 1
  128.     Text = '64'
  129.     OnKeyPress = EditSizeKeyPress
  130.   end
  131.   object EditTime: TEdit
  132.     Left = 335
  133.     Top = 336
  134.     Width = 41
  135.     Height = 21
  136.     HelpContext = 51
  137.     TabOrder = 2
  138.     Text = '3000'
  139.     OnKeyPress = EditTimeKeyPress
  140.   end
  141.   object EditTTL: TEdit
  142.     Left = 487
  143.     Top = 336
  144.     Width = 41
  145.     Height = 21
  146.     HelpContext = 52
  147.     TabOrder = 3
  148.     Text = '32'
  149.     OnKeyPress = EditTTLKeyPress
  150.   end
  151.   object Button1: TButton
  152.     Left = 351
  153.     Top = 368
  154.     Width = 75
  155.     Height = 25
  156.     Caption = '&Help'
  157.     TabOrder = 6
  158.     OnClick = Button1Click
  159.   end
  160.   object CheckTrace: TCheckBox
  161.     Left = 8
  162.     Top = 306
  163.     Width = 81
  164.     Height = 17
  165.     HelpContext = 53
  166.     Caption = 'Trace Route'
  167.     TabOrder = 8
  168.     OnClick = CheckTraceClick
  169.   end
  170.   object Button2: TButton
  171.     Left = 191
  172.     Top = 368
  173.     Width = 75
  174.     Height = 25
  175.     Cancel = True
  176.     Caption = 'Cancel'
  177.     Enabled = False
  178.     TabOrder = 10
  179.     OnClick = Button2Click
  180.   end
  181.   object Stat: TPanel
  182.     Left = 8
  183.     Top = 274
  184.     Width = 521
  185.     Height = 17
  186.     Alignment = taLeftJustify
  187.     BevelOuter = bvLowered
  188.     TabOrder = 11
  189.   end
  190.   object Check1: TCheckBox
  191.     Left = 8
  192.     Top = 338
  193.     Width = 121
  194.     Height = 17
  195.     HelpContext = 54
  196.     Caption = 'Retrive Server Name'
  197.     Enabled = False
  198.     TabOrder = 9
  199.   end
  200.   object Ping1: TPing
  201.     Size = 56
  202.     Timeout = 4000
  203.     TTL = 64
  204.     Flags = 0
  205.     OnDisplay = Ping1Display
  206.     OnEchoRequest = Ping1EchoRequest
  207.     OnEchoReply = Ping1EchoReply
  208.     OnDnsLookupDone = Ping1DnsLookupDone
  209.     Left = 360
  210.     Top = 216
  211.   end
  212.   object PingTracer: TPing
  213.     Size = 56
  214.     Timeout = 4000
  215.     TTL = 64
  216.     Flags = 0
  217.     OnDisplay = PingTracerDisplay
  218.     OnEchoRequest = PingTracerEchoRequest
  219.     OnEchoReply = PingTracerEchoReply
  220.     OnDnsLookupDone = PingTracerDnsLookupDone
  221.     Left = 328
  222.     Top = 216
  223.   end
  224.   object Lookup: TWSocket
  225.     LineMode = False
  226.     LineLimit = 65536
  227.     LineEnd = #13#10
  228.     LineEcho = False
  229.     LineEdit = False
  230.     Proto = 'tcp'
  231.     LocalAddr = '0.0.0.0'
  232.     LocalPort = '0'
  233.     MultiThreaded = False
  234.     ComponentOptions = []
  235.     OnDnsLookupDone = LookupDnsLookupDone
  236.     FlushTimeout = 60
  237.     SendFlags = wsSendNormal
  238.     LingerOnOff = wsLingerOn
  239.     LingerTimeout = 0
  240.     SocksLevel = '5'
  241.     SocksAuthentication = socksNoAuthentication
  242.     Left = 296
  243.     Top = 216
  244.   end
  245. end
  246.